[INFO] cloning repository https://github.com/pentaxis93/runa
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pentaxis93/runa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpentaxis93%2Fruna", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpentaxis93%2Fruna'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] da28084afbf0b8d22378d6f2f8964f1ddc1fe656
[INFO] testing pentaxis93/runa against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpentaxis93%2Fruna" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pentaxis93/runa
[INFO] finished tweaking git repo https://github.com/pentaxis93/runa
[INFO] tweaked toml for git repo https://github.com/pentaxis93/runa written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pentaxis93/runa on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pentaxis93/runa already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0110da2d76c425bcacc1cedf6f8c02a00d274749df27c4c1137b5452cf24fdee
[INFO] running `Command { std: "docker" "start" "-a" "0110da2d76c425bcacc1cedf6f8c02a00d274749df27c4c1137b5452cf24fdee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0110da2d76c425bcacc1cedf6f8c02a00d274749df27c4c1137b5452cf24fdee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0110da2d76c425bcacc1cedf6f8c02a00d274749df27c4c1137b5452cf24fdee", kill_on_drop: false }`
[INFO] [stdout] 0110da2d76c425bcacc1cedf6f8c02a00d274749df27c4c1137b5452cf24fdee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f4ee7954455b6a05c7c08b664dabf8a6dbb268a89130c9cedc60e580b2b00a7f
[INFO] running `Command { std: "docker" "start" "-a" "f4ee7954455b6a05c7c08b664dabf8a6dbb268a89130c9cedc60e580b2b00a7f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling referencing v0.45.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling jsonschema v0.45.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling libagent v0.1.1 (/opt/rustwide/workdir/libagent)
[INFO] [stderr]    Compiling rmcp-macros v0.2.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling rmcp v0.2.1
[INFO] [stderr]    Compiling runa-cli v0.1.1 (/opt/rustwide/workdir/runa-cli)
[INFO] [stderr]    Compiling runa-mcp v0.1.1 (/opt/rustwide/workdir/runa-mcp)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
[INFO] running `Command { std: "docker" "inspect" "f4ee7954455b6a05c7c08b664dabf8a6dbb268a89130c9cedc60e580b2b00a7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4ee7954455b6a05c7c08b664dabf8a6dbb268a89130c9cedc60e580b2b00a7f", kill_on_drop: false }`
[INFO] [stdout] f4ee7954455b6a05c7c08b664dabf8a6dbb268a89130c9cedc60e580b2b00a7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c96a20ce56f397c97bb28a3b1f6213d35bae1871aa11d496788856a4813657e
[INFO] running `Command { std: "docker" "start" "-a" "4c96a20ce56f397c97bb28a3b1f6213d35bae1871aa11d496788856a4813657e", kill_on_drop: false }`
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling runa-cli v0.1.1 (/opt/rustwide/workdir/runa-cli)
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling libagent v0.1.1 (/opt/rustwide/workdir/libagent)
[INFO] [stderr]    Compiling process-wrap v8.2.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling rmcp v0.2.1
[INFO] [stderr]    Compiling runa-mcp v0.1.1 (/opt/rustwide/workdir/runa-mcp)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 41.39s
[INFO] running `Command { std: "docker" "inspect" "4c96a20ce56f397c97bb28a3b1f6213d35bae1871aa11d496788856a4813657e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c96a20ce56f397c97bb28a3b1f6213d35bae1871aa11d496788856a4813657e", kill_on_drop: false }`
[INFO] [stdout] 4c96a20ce56f397c97bb28a3b1f6213d35bae1871aa11d496788856a4813657e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8f0c1a9460415852319bbd846fd67c807099b6f5cf5763650cfd1875215c3462
[INFO] running `Command { std: "docker" "start" "-a" "8f0c1a9460415852319bbd846fd67c807099b6f5cf5763650cfd1875215c3462", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libagent-989926c0fd72427d)
[INFO] [stdout] 
[INFO] [stdout] running 302 tests
[INFO] [stdout] test context::tests::humanize_key_snake_case ... ok
[INFO] [stdout] test context::tests::render_context_prompt_includes_work_unit_in_heading ... ok
[INFO] [stdout] test context::tests::context_view_uses_display_path_only ... ok
[INFO] [stdout] test context::tests::render_context_prompt_inlines_artifact_read_errors ... ok
[INFO] [stdout] test enforcement::tests::error_display_post_missing ... ok
[INFO] [stdout] test context::tests::display_path_converts_non_utf8_paths_lossily ... ok
[INFO] [stdout] test enforcement::tests::error_display_pre_missing ... ok
[INFO] [stdout] test enforcement::tests::error_display_stale ... ok
[INFO] [stdout] test enforcement::tests::postconditions_empty ... ok
[INFO] [stdout] test context::tests::render_context_prompt_includes_sections_and_tool_guidance ... ok
[INFO] [stdout] test context::tests::json_to_prose_formats_nested_values ... ok
[INFO] [stdout] test enforcement::tests::error_display_invalid_with_violations ... ok
[INFO] [stdout] test enforcement::tests::postconditions_invalid_produces ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_invalid ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_stale ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_valid ... ok
[INFO] [stdout] test enforcement::tests::postconditions_may_produce_absent ... ok
[INFO] [stdout] test enforcement::tests::postconditions_ignores_accepts ... ok
[INFO] [stdout] test context::tests::build_context_omits_missing_and_invalid_accepted_inputs ... ok
[INFO] [stdout] test context::tests::build_context_collects_required_and_accepted_inputs ... ok
[INFO] [stdout] test enforcement::tests::postconditions_missing_produces ... ok
[INFO] [stdout] test enforcement::tests::postconditions_met ... ok
[INFO] [stdout] test enforcement::tests::preconditions_ignores_accepts ... ok
[INFO] [stdout] test enforcement::tests::postconditions_scoped ... ok
[INFO] [stdout] test context::tests::build_context_scoped ... ok
[INFO] [stdout] test enforcement::tests::preconditions_collects_all_failures ... ok
[INFO] [stdout] test enforcement::tests::postconditions_stale_produces ... ok
[INFO] [stdout] test enforcement::tests::preconditions_empty_requires ... ok
[INFO] [stdout] test enforcement::tests::preconditions_pass_with_mixed_valid_and_invalid_instances ... ok
[INFO] [stdout] test enforcement::tests::preconditions_invalid_requires ... ok
[INFO] [stdout] test enforcement::tests::preconditions_met ... ok
[INFO] [stdout] test graph::tests::accepts_not_in_blocked_protocols ... ok
[INFO] [stdout] test enforcement::tests::preconditions_pass_with_mixed_valid_and_stale_instances ... ok
[INFO] [stdout] test enforcement::tests::preconditions_missing_requires ... ok
[INFO] [stdout] test graph::tests::blocked_protocols_with_partial_artifacts ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_no_skills_have_requires ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_some_missing ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_multiple_skills_partial_overlap ... ok
[INFO] [stdout] test graph::tests::dependencies_and_dependents_diamond ... ok
[INFO] [stdout] test graph::tests::accepts_creates_soft_ordering ... ok
[INFO] [stdout] test graph::tests::conflicting_producers ... ok
[INFO] [stdout] test graph::tests::accepts_does_not_block ... ok
[INFO] [stdout] test graph::tests::duplicate_skill_name ... ok
[INFO] [stdout] test enforcement::tests::preconditions_stale_requires ... ok
[INFO] [stdout] test graph::tests::error_display_messages ... ok
[INFO] [stdout] test graph::tests::cycle_detection ... ok
[INFO] [stdout] test graph::tests::external_dependency_builds_successfully ... ok
[INFO] [stdout] test graph::tests::external_dependency_reported_as_blocked ... ok
[INFO] [stdout] test graph::tests::fan_out ... ok
[INFO] [stdout] test graph::tests::fan_in ... ok
[INFO] [stdout] test graph::tests::linear_chain ... ok
[INFO] [stdout] test graph::tests::isolated_skill ... ok
[INFO] [stdout] test enforcement::tests::preconditions_scoped ... ok
[INFO] [stdout] test graph::tests::diamond_dependency ... ok
[INFO] [stdout] test graph::tests::may_produce_does_not_conflict_with_produces ... ok
[INFO] [stdout] test graph::tests::may_produce_creates_soft_ordering ... ok
[INFO] [stdout] test graph::tests::may_produce_does_not_conflict_with_may_produce ... ok
[INFO] [stdout] test graph::tests::self_referencing_skill ... ok
[INFO] [stdout] test graph::tests::topological_order_filtered_ignores_cycle_among_excluded_protocols ... ok
[INFO] [stdout] test graph::tests::topological_order_excluding_cycle_returns_valid_order_for_remaining_skills ... ok
[INFO] [stdout] test graph::tests::unknown_skill_returns_empty ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_defaults_to_warn_text ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_ignores_empty_env_filter ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_prefers_env_over_config_filter ... ok
[INFO] [stdout] test logging::tests::resolve_logging_config_uses_config_filter_when_env_absent ... ok
[INFO] [stdout] test manifest::tests::from_str_parses_valid_manifest ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_output_schema_with_optional_work_unit ... ok
[INFO] [stdout] test graph::tests::may_produce_cycle_does_not_cause_error ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_produces_schema_missing_required_work_unit ... ok
[INFO] [stdout] test graph::tests::blocked_with_reasons_all_requires_met ... ok
[INFO] [stdout] test graph::tests::multiple_may_produce_creates_soft_edges_to_all ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_may_produce_schema_without_required_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_duplicate_artifact_type_names ... ok
[INFO] [stdout] test manifest::tests::parse_invalid_trigger_type ... ok
[INFO] [stdout] test manifest::tests::parse_duplicate_protocol_names ... ok
[INFO] [stdout] test manifest::tests::parse_missing_required_field ... ok
[INFO] [stdout] test manifest::tests::parse_missing_instruction_file ... ok
[INFO] [stdout] test manifest::tests::parse_optional_vec_fields_omitted ... ok
[INFO] [stdout] test manifest::tests::parse_missing_schema_at_convention_path ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_artifact_type_names_with_unsafe_path_components ... ok
[INFO] [stdout] test manifest::tests::parse_nested_trigger_conditions ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_old_format_schema_field ... ok
[INFO] [stdout] test manifest::tests::parse_allows_scoped_protocol_output_schema_requiring_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_dot_protocol_name_before_instruction_lookup ... ok
[INFO] [stdout] test manifest::tests::parse_allows_unscoped_output_schema_with_optional_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_legacy_skills_key_is_rejected ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unsafe_artifact_names_before_schema_lookup ... ok
[INFO] [stdout] test manifest::tests::parse_invalid_json_in_convention_schema ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unsafe_protocol_names_before_instruction_lookup ... ok
[INFO] [stdout] test model::tests::artifact_type_round_trip ... ok
[INFO] [stdout] test model::tests::display_nested_composite ... ok
[INFO] [stdout] test model::tests::display_on_artifact ... ok
[INFO] [stdout] test model::tests::display_on_change ... ok
[INFO] [stdout] test model::tests::display_on_invalid ... ok
[INFO] [stdout] test model::tests::protocol_declaration_defaults_scoped_to_false ... ok
[INFO] [stdout] test model::tests::protocol_declaration_empty_vecs ... ok
[INFO] [stdout] test manifest::tests::parse_resolves_convention_schema ... ok
[INFO] [stdout] test model::tests::protocol_declaration_round_trip ... ok
[INFO] [stdout] test model::tests::schema_mentions_work_unit_when_optional_property_is_declared ... ok
[INFO] [stdout] test model::tests::schema_mentions_work_unit_when_required_without_declared_property ... ok
[INFO] [stdout] test model::tests::trigger_condition_json_shape ... ok
[INFO] [stdout] test model::tests::trigger_condition_nested_round_trip ... ok
[INFO] [stdout] test model::tests::trigger_condition_simple_round_trip ... ok
[INFO] [stdout] test model::tests::validate_output_scope_allows_scoped_output_without_required_work_unit ... ok
[INFO] [stdout] test model::tests::validate_output_scope_rejects_unscoped_output_requiring_work_unit ... ok
[INFO] [stdout] test project::tests::config_with_logging_table_parses_format_and_filter ... ok
[INFO] [stdout] test project::tests::config_with_agent_table_parses_command ... ok
[INFO] [stdout] test project::tests::config_without_logging_uses_default_logging_settings ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unscoped_produces_schema_requiring_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unscoped_may_produce_schema_requiring_work_unit ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_unscoped_mixed_outputs_when_optional_output_requires_work_unit ... ok
[INFO] [stdout] test project::tests::missing_config_returns_config_not_found ... ok
[INFO] [stdout] test project::tests::load_rejects_removed_artifacts_dir_field ... ok
[INFO] [stdout] test project::tests::missing_state_returns_not_initialized ... ok
[INFO] [stdout] test project::tests::read_config_rejects_removed_artifacts_dir_field ... ok
[INFO] [stdout] test project::tests::resolve_config_explicit_path_not_found_returns_distinct_error ... ok
[INFO] [stdout] test manifest::tests::parse_resolves_convention_layout ... ok
[INFO] [stdout] test project::tests::load_reads_config_and_state ... ok
[INFO] [stdout] test project::tests::resolve_config_returns_error_when_none_found ... ok
[INFO] [stdout] test project::tests::resolve_config_falls_back_to_project_level ... ok
[INFO] [stdout] test project::tests::load_with_explicit_config_override ... ok
[INFO] [stdout] test project::tests::resolve_config_prefers_override ... ok
[INFO] [stdout] test manifest::tests::parse_resolves_paths_relative_to_manifest_dir ... ok
[INFO] [stdout] test projection::tests::execution_record_reopens_projection_when_any_recorded_invalid_input_changes ... ok
[INFO] [stdout] test scan::tests::empty_dir_returns_empty_result ... ok
[INFO] [stdout] test projection::tests::unscoped_valid_artifact_does_not_project_invalid_scoped_sibling ... ok
[INFO] [stdout] test projection::tests::execution_record_suppresses_invalid_sibling_projection_for_mixed_any_of_trigger ... ok
[INFO] [stdout] test projection::tests::projection_uses_projected_work_units_for_non_object_outputs ... ok
[INFO] [stdout] test projection::tests::execution_record_suppresses_invalid_sibling_projection_rerun ... ok
[INFO] [stdout] test scan::tests::idempotent_scan_has_no_changes_on_second_run ... ok
[INFO] [stdout] test projection::tests::previously_valid_sibling_becoming_invalid_reopens_on_artifact_projection ... ok
[INFO] [stdout] test manifest::tests::parse_rejects_protocol_names_with_unsafe_path_components ... ok
[INFO] [stdout] test scan::tests::malformed_observation_preserves_previous_work_unit ... ok
[INFO] [stdout] test scan::tests::malformed_preserves_previous_work_unit ... ok
[INFO] [stdout] test scan::tests::invalid_artifact_is_reported_and_recorded ... ok
[INFO] [stdout] test scan::tests::has_any_invalid_scoped_with_malformed ... ok
[INFO] [stdout] test scan::tests::malformed_artifact_is_reported_and_recorded ... ok
[INFO] [stdout] test scan::tests::partially_scanned_type_suppresses_removals ... ok
[INFO] [stdout] test scan::tests::malformed_without_prior_state_gets_none ... ok
[INFO] [stdout] test scan::tests::invalid_artifact_observation_preserves_work_unit ... ok
[INFO] [stdout] test scan::tests::missing_workspace_is_empty_only_for_fresh_store ... ok
[INFO] [stdout] test projection::tests::invalid_sibling_reopens_on_artifact_projection ... ok
[INFO] [stdout] test scan::tests::removed_artifact_is_deleted_from_store ... ok
[INFO] [stdout] test scan::tests::schema_change_revalidates_unchanged_file ... ok
[INFO] [stdout] test scan::tests::missing_workspace_with_existing_state_errors ... ok
[INFO] [stdout] test scan::tests::modified_artifact_updates_timestamp_and_reports_modified ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_without_work_unit_stays_none ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_with_work_unit_not_re_recorded ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_refreshes_stored_path_when_workspace_moves ... ok
[INFO] [stdout] test scan::tests::unreadable_file_is_reported_and_affects_all_work_units ... ok
[INFO] [stdout] test scan::tests::valid_artifact_is_recorded_as_new ... ok
[INFO] [stdout] test scan::tests::unchanged_artifact_backfills_work_unit ... ok
[INFO] [stdout] test scan::tests::unrecognized_dir_is_reported ... ok
[INFO] [stdout] test scan::tests::non_json_files_are_ignored ... ok
[INFO] [stdout] test scan::tests::removed_artifact_observation_preserves_work_unit ... ok
[INFO] [stdout] test selection::tests::classify_blocked_precondition_fails ... ok
[INFO] [stdout] test selection::tests::classify_and_discover_agree_on_ready ... ok
[INFO] [stdout] test selection::tests::classify_blocked_scan_incomplete ... ok
[INFO] [stdout] test selection::tests::accepts_artifacts_do_not_affect_currentness ... ok
[INFO] [stdout] test selection::tests::artifact_only_protocol_evaluated_once_unscoped ... ok
[INFO] [stdout] test selection::tests::classify_candidates_respects_declared_scope_boundary ... ok
[INFO] [stdout] test selection::tests::any_of_on_change_in_unsatisfied_branch_suppressed ... ok
[INFO] [stdout] test selection::tests::any_of_with_on_change_suppressed_when_change_not_satisfied ... ok
[INFO] [stdout] test selection::tests::activated_but_postconditions_fail_still_candidate ... ok
[INFO] [stdout] test selection::tests::artifact_trigger_discovers_work_units ... ok
[INFO] [stdout] test selection::tests::classify_ready_candidate ... ok
[INFO] [stdout] test selection::tests::execution_record_suppresses_invalid_sibling_for_mixed_any_of_trigger ... ok
[INFO] [stdout] test selection::tests::classify_waiting_trigger_not_satisfied ... ok
[INFO] [stdout] test selection::tests::classify_waiting_outputs_current ... ok
[INFO] [stdout] test selection::tests::completed_suppression_skips_activated_with_passing_postconditions ... ok
[INFO] [stdout] test selection::tests::execution_record_reopens_when_previously_valid_input_becomes_invalid ... ok
[INFO] [stdout] test selection::tests::invalid_sibling_reopens_on_artifact_protocol ... ok
[INFO] [stdout] test selection::tests::on_change_trigger_not_suppressed_even_when_postconditions_pass ... ok
[INFO] [stdout] test selection::tests::may_produce_only_protocols_are_not_suppressed ... ok
[INFO] [stdout] test selection::tests::on_change_in_all_of_not_suppressed ... ok
[INFO] [stdout] test selection::tests::execution_record_suppresses_invalid_sibling_rerun ... ok
[INFO] [stdout] test selection::tests::partially_scanned_on_change_output_stays_ready ... ok
[INFO] [stdout] test selection::tests::partially_scanned_output_type_does_not_affect_non_on_change_trigger_gate ... ok
[INFO] [stdout] test selection::tests::partially_scanned_type_in_requires_skips ... ok
[INFO] [stdout] test selection::tests::execution_record_reopens_when_any_recorded_invalid_input_changes ... ok
[INFO] [stdout] test selection::tests::discover_ready_candidates_keeps_on_change_freshness_per_work_unit ... ok
[INFO] [stdout] test selection::tests::partially_scanned_optional_output_does_not_skip_completed_suppression ... ok
[INFO] [stdout] test selection::tests::partially_scanned_trigger_type_not_in_requires_skips ... ok
[INFO] [stdout] test selection::tests::partially_scanned_output_type_does_not_globally_skip_candidate_discovery ... ok
[INFO] [stdout] test selection::tests::partially_scanned_on_change_output_unsuppresses_all_work_units ... ok
[INFO] [stdout] test selection::tests::preconditions_fail_not_candidate ... ok
[INFO] [stdout] test selection::tests::protocol_relevant_inputs_changed_counts_invalid_and_malformed_observations ... ok
[INFO] [stdout] test selection::tests::protocol_freshness_inputs_use_any_recorded_for_artifact_and_requires ... ok
[INFO] [stdout] test selection::tests::protocol_relevant_inputs_changed_ignores_other_work_units ... ok
[INFO] [stdout] test selection::tests::protocol_execution_record_inputs_use_valid_only_for_artifact_and_requires ... ok
[INFO] [stdout] test selection::tests::protocol_relevant_input_types_collects_requires_and_trigger_types ... ok
[INFO] [stdout] test selection::tests::topological_order_determines_candidate_order ... ok
[INFO] [stdout] test selection::tests::stale_shared_outputs_keep_scoped_work_runnable ... ok
[INFO] [stdout] test selection::tests::protocol_freshness_inputs_keep_change_semantics_when_type_is_also_required ... ok
[INFO] [stdout] test selection::tests::present_partially_scanned_optional_output_skips_completed_suppression ... ok
[INFO] [stdout] test selection::tests::trigger_artifact_types_collects_from_tree ... ok
[INFO] [stdout] test selection::tests::stale_outputs_do_not_suppress_candidates ... ok
[INFO] [stdout] test store::tests::canonical_json_deterministic ... ok
[INFO] [stdout] test selection::tests::previously_valid_sibling_becoming_invalid_reopens_on_artifact_protocol ... ok
[INFO] [stdout] test selection::tests::unsatisfied_trigger_not_candidate ... ok
[INFO] [stdout] test selection::tests::unscoped_valid_artifact_does_not_promote_invalid_scoped_sibling ... ok
[INFO] [stdout] test store::tests::content_hash_changes_on_different_data ... ok
[INFO] [stdout] test store::tests::artifact_type_names_empty_store ... ok
[INFO] [stdout] test store::tests::artifact_type_names_returns_sorted ... ok
[INFO] [stdout] test store::tests::has_any_invalid_false_with_no_instances ... ok
[INFO] [stdout] test store::tests::all_instance_keys_returns_sorted_keys ... ok
[INFO] [stdout] test store::tests::has_any_invalid_false_when_all_valid ... ok
[INFO] [stdout] test store::tests::execution_record_round_trips_through_persistence ... ok
[INFO] [stdout] test store::tests::has_any_invalid_scoped ... ok
[INFO] [stdout] test store::tests::has_any_invalid_scoped_with_malformed ... ok
[INFO] [stdout] test store::tests::has_any_invalid_true_with_malformed_instance ... ok
[INFO] [stdout] test store::tests::execution_contract_hash_mismatch_clears_execution_records ... ok
[INFO] [stdout] test store::tests::has_any_invalid_true_with_invalid_instance ... ok
[INFO] [stdout] test store::tests::has_any_valid_false_with_only_invalid_instances ... ok
[INFO] [stdout] test store::tests::has_any_valid_false_with_only_stale_instances ... ok
[INFO] [stdout] test store::tests::instances_of_mixed_valid_invalid ... ok
[INFO] [stdout] test store::tests::instances_of_scoped_includes_unpartitioned ... ok
[INFO] [stdout] test store::tests::invalidate_noop_on_missing ... ok
[INFO] [stdout] test store::tests::invalidate_marks_stale ... ok
[INFO] [stdout] test store::tests::instances_of_scoped_excludes_other ... ok
[INFO] [stdout] test store::tests::has_any_valid_scoped ... ok
[INFO] [stdout] test store::tests::is_valid_scoped ... ok
[INFO] [stdout] test store::tests::invalidate_persists_to_disk ... ok
[INFO] [stdout] test store::tests::is_valid_checks_all_instances ... ok
[INFO] [stdout] test store::tests::has_any_valid_true_with_mixed_validity_instances ... ok
[INFO] [stdout] test store::tests::instances_of_returns_sorted_pairs ... ok
[INFO] [stdout] test store::tests::latest_modification_ms_returns_max ... ok
[INFO] [stdout] test store::tests::loads_legacy_string_paths_and_rewrites_on_persist ... ok
[INFO] [stdout] test store::tests::malformed_without_prior_state_gets_none ... ok
[INFO] [stdout] test store::tests::is_valid_true_for_valid_false_for_invalid_malformed_stale_missing ... ok
[INFO] [stdout] test store::tests::latest_modification_ms_none_for_missing_type ... ok
[INFO] [stdout] test store::tests::latest_modification_ms_scoped ... ok
[INFO] [stdout] test store::tests::malformed_preserves_previous_work_unit ... ok
[INFO] [stdout] test store::tests::record_extracts_work_unit_from_json ... ok
[INFO] [stdout] test store::tests::new_skips_unknown_artifact_types ... ok
[INFO] [stdout] test store::tests::latest_valid_modification_ms_scoped ... ok
[INFO] [stdout] test store::tests::multiple_instances_of_same_type ... ok
[INFO] [stdout] test store::tests::record_invalid_artifact ... ok
[INFO] [stdout] test store::tests::record_malformed_sets_none_work_unit ... ok
[INFO] [stdout] test store::tests::persistence_round_trip ... ok
[INFO] [stdout] test store::tests::record_sets_none_when_work_unit_absent ... ok
[INFO] [stdout] test store::tests::scan_gap_without_store_record_affects_all_scoped_work_units ... ok
[INFO] [stdout] test store::tests::record_persists_and_reloads_non_utf8_paths ... ok
[INFO] [stdout] test store::tests::record_valid_artifact ... ok
[INFO] [stdout] test store::tests::record_malformed_artifact ... ok
[INFO] [stdout] test tests::version_is_set ... ok
[INFO] [stdout] test transcript::tests::redaction_replaces_configured_secret_values_in_json_strings ... ok
[INFO] [stdout] test transcript::tests::redaction_replaces_configured_secret_values_in_text ... ok
[INFO] [stdout] test store::tests::remove_deletes_in_memory_and_persisted_state ... ok
[INFO] [stdout] test store::tests::latest_valid_modification_ms_ignores_unhealthy_instances ... ok
[INFO] [stdout] test store::tests::scan_gap_with_store_record_affects_all_scoped_work_units ... ok
[INFO] [stdout] test store::tests::unknown_artifact_type_errors ... ok
[INFO] [stdout] test trigger::tests::any_of_empty_is_not_satisfied ... ok
[INFO] [stdout] test trigger::tests::any_of_not_satisfied_when_all_children_fail ... ok
[INFO] [stdout] test trigger::tests::all_of_not_satisfied_when_one_child_fails ... ok
[INFO] [stdout] test trigger::tests::all_of_empty_is_satisfied ... ok
[INFO] [stdout] test trigger::tests::all_of_satisfied_when_all_children_satisfied ... ok
[INFO] [stdout] test store::tests::work_unit_round_trips_through_persistence ... ok
[INFO] [stdout] test store::tests::update_path_persists_new_path_without_other_changes ... ok
[INFO] [stdout] test trigger::tests::any_of_satisfied_when_one_child_satisfied ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_is_none_for_may_produce_only_protocols ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_includes_unscoped_outputs_for_scoped_work_unit ... ok
[INFO] [stdout] test trigger::tests::on_artifact_not_satisfied_when_no_instances ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_unscopes_instance_scan_gaps_across_work_units ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_uses_newest_unscoped_output_for_unscoped_work ... ok
[INFO] [stdout] test trigger::tests::nested_all_of_with_any_of_not_satisfied ... ok
[INFO] [stdout] test trigger::tests::on_artifact_not_satisfied_when_only_malformed_instances_exist ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_is_none_when_produces_type_is_partially_scanned ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_mixed_valid_and_malformed_instances ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_all_valid ... ok
[INFO] [stdout] test trigger::tests::on_artifact_not_satisfied_when_stale ... ok
[INFO] [stdout] test trigger::tests::nested_all_of_with_any_of ... ok
[INFO] [stdout] test trigger::tests::on_artifact_scoped ... ok
[INFO] [stdout] test trigger::tests::derived_completion_timestamp_uses_oldest_per_type_maximum ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_mixed_valid_and_invalid_instances ... ok
[INFO] [stdout] test trigger::tests::on_change_not_satisfied_when_output_newer_than_input ... ok
[INFO] [stdout] test trigger::tests::on_change_not_satisfied_when_no_instances ... ok
[INFO] [stdout] test trigger::tests::on_change_satisfied_when_required_outputs_are_partially_scanned ... ok
[INFO] [stdout] test trigger::tests::on_change_satisfied_when_no_output_evidence ... ok
[INFO] [stdout] test trigger::tests::on_invalid_not_satisfied_when_all_valid ... ok
[INFO] [stdout] test trigger::tests::on_change_not_satisfied_when_same_timestamp ... ok
[INFO] [stdout] test trigger::tests::on_invalid_not_satisfied_when_no_instances ... ok
[INFO] [stdout] test trigger::tests::on_change_satisfied_when_input_newer_than_output ... ok
[INFO] [stdout] test trigger::tests::on_change_ignores_stale_may_produce_timestamps ... ok
[INFO] [stdout] test trigger::tests::on_change_uses_newest_matching_output_timestamp_per_type ... ok
[INFO] [stdout] test trigger::tests::on_invalid_not_satisfied_when_stale ... ok
[INFO] [stdout] test trigger::tests::on_invalid_satisfied_with_invalid_instance ... ok
[INFO] [stdout] test validation::tests::complex_schema_validation ... ok
[INFO] [stdout] test validation::tests::invalid_schema_returns_error ... ok
[INFO] [stdout] test validation::tests::empty_object_fails_with_required_fields ... ok
[INFO] [stdout] test validation::tests::error_contains_artifact_type_name ... ok
[INFO] [stdout] test validation::tests::error_contains_schema_path ... ok
[INFO] [stdout] test validation::tests::multiple_violations_collected ... ok
[INFO] [stdout] test validation::tests::missing_required_field_fails ... ok
[INFO] [stdout] test validation::tests::valid_artifact_passes ... ok
[INFO] [stdout] test validation::tests::nested_object_validation_works ... ok
[INFO] [stdout] test validation::tests::violations_carry_distinct_paths ... ok
[INFO] [stdout] test validation::tests::wrong_type_fails ... ok
[INFO] [stdout] test trigger::tests::unpartitioned_visible_to_scoped_trigger ... ok
[INFO] [stdout] test trigger::tests::on_invalid_satisfied_with_malformed_instance ... ok
[INFO] [stdout] test trigger::tests::on_artifact_satisfied_when_mixed_valid_and_stale_instances ... ok
[INFO] [stdout] test store::tests::instances_of_unknown_type_returns_empty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 302 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/runa-5a31da734b6ecfde)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test commands::init::tests::existing_runa_path_diagnostic_ignores_owner_mismatch_when_writable ... ok
[INFO] [stdout] test commands::init::tests::days_to_date_known_timestamps ... ok
[INFO] [stdout] test commands::init::tests::existing_runa_path_diagnostic_reports_owner_mismatch_when_unwritable ... ok
[INFO] [stdout] test commands::init::tests::invalid_manifest_returns_error ... ok
[INFO] [stdout] test commands::init::tests::nonexistent_methodology_returns_error ... ok
[INFO] [stdout] test commands::init::tests::config_file_records_methodology_path ... ok
[INFO] [stdout] test commands::init::tests::idempotent_run_succeeds_twice ... ok
[INFO] [stdout] test commands::init::tests::config_file_omits_artifacts_dir_when_not_provided ... ok
[INFO] [stdout] test commands::run::tests::classify_outcome_still_blocks_when_waiting_for_non_quiescent_reason ... ok
[INFO] [stdout] test commands::init::tests::state_file_records_version_and_timestamp ... ok
[INFO] [stdout] test commands::run::tests::classify_outcome_uses_waiting_reason_not_display_text_for_current_outputs ... ok
[INFO] [stdout] test commands::run::tests::usable_agent_command_requires_non_empty_argv ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_includes_protocol_scope_and_project_env ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_forwards_transcript_environment_when_enabled ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_preserves_unresolved_bare_preview_command ... ok
[INFO] [stdout] test commands::step::tests::candidate_key_preserves_protocol_and_work_unit ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_prefers_sibling_over_path ... ok
[INFO] [stdout] test commands::step::tests::build_mcp_config_absolutizes_relative_command_and_config_paths ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_skips_non_executable_path_entries ... ok
[INFO] [stdout] test commands::init::tests::valid_manifest_creates_config_and_state_files ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_uses_path_when_current_exe_is_unavailable ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_skips_non_executable_sibling_and_uses_path ... ok
[INFO] [stdout] test commands::step::tests::discover_binary_uses_path_when_sibling_is_missing ... ok
[INFO] [stdout] test commands::step::tests::live_fallback_reports_blocked_when_refresh_still_has_no_ready_work ... ok
[INFO] [stdout] test commands::step::tests::live_fallback_reports_nothing_ready_when_refresh_only_has_current_outputs ... ok
[INFO] [stdout] test commands::step::tests::live_fallback_reselects_ready_entry_after_refresh ... ok
[INFO] [stdout] test exit_codes::tests::commons_exit_codes_match_specification ... ok
[INFO] [stdout] stdout SECRET_VALUE
[INFO] [stderr] stderr SECRET_VALUE
[INFO] [stdout] test commands::step::tests::execute_entry_writes_redacted_agent_transcript_events_when_enabled ... ok
[INFO] [stdout] test commands::init::tests::state_file_does_not_contain_methodology_path ... ok
[INFO] [stdout] test commands::init::tests::custom_config_path_writes_config_there ... ok
[INFO] [stdout] test commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path ... FAILED
[INFO] [stdout] test commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path' (331) panicked at runa-cli/src/commands/init.rs:484:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56547fcc435a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56547fcc435a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56547fcc435a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56547fcc435a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56547fcda35a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56547fcda35a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x56547fcc8e12 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x56547fcc8e12 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x56547fca0bff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56547fca0bff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56547fcbb769 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56547fa7ad6c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x56547fa7ad6c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x56547fcbb922 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x56547fcbb922 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56547fca0cb8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56547fc95b69 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56547fca1c1d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56547fcdab1c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56547fcda892 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56547fa3a3b6 - <core[d17f6591d688f3bd]::result::Result<(), std[fce30c26ee6459b]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56547fa3a3b6 - runa[2046ffff1b392cf5]::commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:484:46
[INFO] [stdout]   22:     0x56547fa302b7 - runa[2046ffff1b392cf5]::commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:473:74
[INFO] [stdout]   23:     0x56547fa62176 - <runa[2046ffff1b392cf5]::commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56547fa6e04b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x56547fa6e04b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x56547fa7b83b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x56547fa7b83b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x56547fa7b83b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x56547fa7b83b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x56547fa7b83b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56547fa7b83b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x56547fa7b83b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x56547fa74f54 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x56547fa74f54 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x56547fa7e442 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x56547fa7e442 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x56547fa7e442 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x56547fa7e442 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x56547fa7e442 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x56547fa7e442 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x56547fa7e442 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56547fcc371f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x56547fcc371f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x729e1b8e8aa4 - <unknown>
[INFO] [stdout]   45:     0x729e1b975a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state' (330) panicked at runa-cli/src/commands/init.rs:538:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56547fcc435a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56547fcc435a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56547fcc435a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56547fcc435a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56547fcda35a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56547fcda35a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x56547fcc8e12 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x56547fcc8e12 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x56547fca0bff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56547fca0bff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56547fcbb769 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56547fa7ad6c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x56547fa7ad6c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x56547fcbb922 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x56547fcbb922 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56547fca0cb8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56547fc95b69 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56547fca1c1d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56547fcdab1c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56547fcda892 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56547fa3b5d6 - <core[d17f6591d688f3bd]::result::Result<(), std[fce30c26ee6459b]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56547fa3b5d6 - runa[2046ffff1b392cf5]::commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:538:46
[INFO] [stdout]   22:     0x56547fa30347 - runa[2046ffff1b392cf5]::commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/runa-cli/src/commands/init.rs:525:84
[INFO] [stdout]   23:     0x56547fa62236 - <runa[2046ffff1b392cf5]::commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56547fa6e04b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x56547fa6e04b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x56547fa7b83b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x56547fa7b83b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x56547fa7b83b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x56547fa7b83b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x56547fa7b83b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56547fa7b83b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x56547fa7b83b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x56547fa74f54 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x56547fa74f54 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x56547fa7e442 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x56547fa7e442 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x56547fa7e442 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x56547fa7e442 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x56547fa7e442 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x56547fa7e442 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x56547fa7e442 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56547fcc371f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x56547fcc371f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x729e1b8e8aa4 - <unknown>
[INFO] [stdout]   45:     0x729e1b975a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     commands::init::tests::relative_working_dir_reports_default_config_preflight_before_writing_state
[INFO] [stdout]     commands::init::tests::relative_working_dir_writes_default_config_to_resolved_runa_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 30 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p runa-cli --bin runa`
[INFO] running `Command { std: "docker" "inspect" "8f0c1a9460415852319bbd846fd67c807099b6f5cf5763650cfd1875215c3462", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f0c1a9460415852319bbd846fd67c807099b6f5cf5763650cfd1875215c3462", kill_on_drop: false }`
[INFO] [stdout] 8f0c1a9460415852319bbd846fd67c807099b6f5cf5763650cfd1875215c3462
